home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / HTMLGate 12.2.1B / htmlgate.exe / {app} / Templates / frame_nestedhiarachy.tmpl < prev    next >
Text File  |  2003-04-18  |  603b  |  20 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  2. <HTML>
  3.    <HEAD>
  4.       <TITLE></TITLE>
  5.    </HEAD>
  6.    <FRAMESET COLS="150,*">
  7.       <FRAME NAME="left" SCROLLING="no" NORESIZE TARGET="rtop" SRC="YOURSITE.htm">
  8.       <FRAMESET ROWS="20%,*">
  9.          <FRAME NAME="rtop" TARGET="rbottom" SRC="YOURSITE.htm">
  10.          <FRAME NAME="rbottom" SRC="YOURSITE.htm">
  11.       </FRAMESET>
  12.       <NOFRAMES>
  13.          <BODY>
  14.             <P>
  15.                This page uses frames, but your browser doesn't support them.
  16.             </P>
  17.          </BODY>
  18.       </NOFRAMES>
  19.    </FRAMESET>
  20. </HTML>